- binary number code
- арифметический код
Англо-русский словарь промышленной и научной лексики. 2014.
Англо-русский словарь промышленной и научной лексики. 2014.
Binary Golay code — In mathematics and computer science, a binary Golay code is a type of error correcting code used in digital communications. The binary Golay code, along with the ternary Golay code, has a particularly deep and interesting connection to the theory … Wikipedia
binary code — binary codes N VAR Binary code is a computer code that uses the binary number system. [COMPUTING] The instructions are translated into binary code, a form that computers can easily handle … English dictionary
Binary code — The word Wikipedia represented in ASCII binary. A binary code is a way of representing text or computer processor instructions by the use of the binary number system s two binary digits 0 and 1. This is accomplished by assigning a bit string to… … Wikipedia
Binary numeral system — Numeral systems by culture Hindu Arabic numerals Western Arabic (Hindu numerals) Eastern Arabic Indian family Tamil Burmese Khmer Lao Mongolian Thai East Asian numerals Chinese Japanese Suzhou Korean Vietnamese … Wikipedia
Binary code (computing) — [ ASCII binary.] Binary code is the system of representing text or computer processor instructions by the use of a two digit number system. This system is composed of only the number zero, representing the off state, and the number one,… … Wikipedia
binary code — Computers. a system of representing letters, numbers, or other characters, using binary notation. * * * Code used in digital computers, based on a binary number system in which there are only two possible states, off and on, usually symbolized by … Universalium
binary — /buy neuh ree, ner ee/, adj., n., pl. binaries. adj. 1. consisting of, indicating, or involving two. 2. Math. a. of or pertaining to a system of numerical notation to the base 2, in which each place of a number, expressed as 0 or 1, corresponds… … Universalium
binary — adj. & n. adj. 1 a dual. b of or involving pairs. 2 of the arithmetical system using 2 as a base. n. (pl. ies) 1 something having two parts. 2 a binary number. 3 a binary star. Phrases and idioms: binary code Computing a coding system using the… … Useful english dictionary
number symbolism — Introduction cultural associations, including religious, philosophic, and aesthetic, with various numbers. Humanity has had a love hate relationship with numbers from the earliest times. Bones dating from perhaps 30,000 years ago show … Universalium
Binary space partitioning — (BSP) is a method for recursively subdividing a space into convex sets by hyperplanes. This subdivision gives rise to a representation of the scene by means of a tree data structure known as a BSP tree.In simpler words, it is a method of breaking … Wikipedia
Binary scaling — is a computer programming technique used mainly by embedded C, DSP and assembler programmers to perform a pseudo floating point using integer arithmetic.It is both faster and more accurate than directly using floating point instructions, however… … Wikipedia